home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / software / vyzkuste / spyware / spyware.exe / Microsoft Baseline Security Analyzer / MBSASetup-EN.msi / Data.Cab / ipMRU.xsl < prev    next >
Extensible Markup Language  |  2004-08-13  |  326b  |  9 lines

  1. <?xml version="1.0"?> 
  2. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  3.     <xsl:template match="MRU/IPs">
  4.         <xsl:for-each select="IP">
  5.             <xsl:sort select="@date" order="descending"/>
  6.             <option><xsl:value-of select="@addr"/></option>
  7.         </xsl:for-each>
  8.     </xsl:template>
  9. </xsl:stylesheet>